runtime.m.isExtraInC (field)
7 uses
runtime (current package)
cgocall.go#L341: gp.m.isExtraInC = false
cgocall.go#L361: gp.m.isExtraInC = true
proc.go#L2327: mp.isExtraInC = false
proc.go#L2408: mp.isExtraInC = true
runtime2.go#L583: isExtraInC bool // m is an extra m that does not have any Go frames
signal_unix.go#L438: if gp == nil || (gp.m != nil && gp.m.isExtraInC) {
signal_unix.go#L1205: if gp != nil && gp.m != nil && gp.m.curg != nil && !gp.m.isExtraInC && !gp.m.incgo {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |